home *** CD-ROM | disk | FTP | other *** search
/ Champak 49 / Volume 49 - JOGO DISK .iso / Games / hight-d.swf / scripts / DefineButton2_292 / BUTTONCONDACTION on(release, keyPress Enter).as
Encoding:
Text File  |  2007-10-01  |  143 b   |  7 lines

  1. on(release, keyPress "<Enter>"){
  2.    hsObj.data.player10.name = newname;
  3.    hsObj.data.player10.score = newscore;
  4.    gogo();
  5.    play();
  6. }
  7.